Uses of Enum
com.cisco.pt.launcher.PacketTracerLaunchException.Reason
Packages that use PacketTracerLaunchException.Reason
-
Uses of PacketTracerLaunchException.Reason in com.cisco.pt.launcher
Methods in com.cisco.pt.launcher that return PacketTracerLaunchException.ReasonModifier and TypeMethodDescriptionPacketTracerLaunchException.getReason()Returns the enum constant of this type with the specified name.static PacketTracerLaunchException.Reason[]PacketTracerLaunchException.Reason.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.cisco.pt.launcher with parameters of type PacketTracerLaunchException.ReasonModifierConstructorDescriptionPacketTracerLaunchException(PacketTracerLaunchException.Reason reason, String message) PacketTracerLaunchException(PacketTracerLaunchException.Reason reason, String message, Throwable cause)